The DataRepeater control functions as a scrollable container of data-bound user controls. Each control appears in its own row as a "repeated" control, allowing the user to view several data-bound user controls at once.
Syntax
DataRepeater
Remarks
To use the DataRepeater control, you must first create a data-bound user control, and compile it into an .ocx. After creating the user control, the following basic steps must be taken:
The DataRepeater control saves computer resources by only displaying a single user control — the active control — at a time. The other controls displayed are simple images that do not maintain individual connections to the data source, as would happen if several user controls were contained on a form.
Distribution Note When you create and distribute applications that use the DataRepeater control, you should install MSDatRep.ocx in the customer's Microsoft Windows System or System32 subdirectory. The Setup Kit included with Visual Basic provides tools to help you write setup programs that install your applications correctly.